home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amigac / dice_c_demo / include / clib / mathieeedoubbas_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  847 b   |  29 lines

  1. #ifndef CLIB_MATHIEEEDOUBBAS_PROTOS_H
  2. #define CLIB_MATHIEEEDOUBBAS_PROTOS_H
  3. /*
  4. ** $VER: mathieeedoubbas_protos.h 1.3 (07.11.90)
  5. ** Includes Release 38.56
  6. **
  7. ** C prototypes. For use with 32 bit integers only.
  8. **
  9. ** (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. ** All Rights Reserved
  11. */
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. LONG IEEEDPFix( DOUBLE parm );
  16. DOUBLE IEEEDPFlt( long integer );
  17. LONG IEEEDPCmp( DOUBLE leftParm, DOUBLE rightParm );
  18. LONG IEEEDPTst( DOUBLE parm );
  19. DOUBLE IEEEDPAbs( DOUBLE parm );
  20. DOUBLE IEEEDPNeg( DOUBLE parm );
  21. DOUBLE IEEEDPAdd( DOUBLE leftParm, DOUBLE rightParm );
  22. DOUBLE IEEEDPSub( DOUBLE leftParm, DOUBLE rightParm );
  23. DOUBLE IEEEDPMul( DOUBLE factor1, DOUBLE factor2 );
  24. DOUBLE IEEEDPDiv( DOUBLE dividend, DOUBLE divisor );
  25.  
  26. DOUBLE IEEEDPFloor( DOUBLE parm );
  27. DOUBLE IEEEDPCeil( DOUBLE parm );
  28. #endif 
  29.